From baccd33250dbd24d58a9e23cc5b717a384552305 Mon Sep 17 00:00:00 2001 From: Camm Maguire Date: Mon, 30 Dec 2019 15:46:22 +0000 Subject: [PATCH] Version_2_6_13pre8b Gbp-Pq: Name Version_2_6_13pre8b --- o/prelink.c | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/o/prelink.c b/o/prelink.c index 609f72b2..b6fcb478 100644 --- a/o/prelink.c +++ b/o/prelink.c @@ -2,6 +2,12 @@ #include "include.h" +extern FILE *stdin __attribute__((weak)); +extern FILE *stderr __attribute__((weak)); +extern FILE *stdout __attribute__((weak)); +extern rl_compentry_func_t *rl_completion_entry_function __attribute__((weak)); +extern const char *rl_readline_name __attribute__((weak)); + void prelink_init(void) { -- 2.30.2